From 53744b6daf9c9c1fd305302ab082ce2b9089458d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 27 Oct 2010 07:57:03 -0400 Subject: [PATCH] Fix a typo --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 97e89f2c51..b37452f7ad 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -88,7 +88,7 @@ * This allows a widget to tell it's parent container whether * it preferrs to be allocated in %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH * or %GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT mode. - * %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH means the widget preferrs to + * %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH means the widget prefers to * have #GtkWidgetClass.get_preferred_width() called and then * #GtkWidgetClass.get_preferred_height_for_width() and is the * default return for unimplemented cases. -- 2.30.2